// This file contains settings for the formation, such as its speed of expansion, and so on.
// Don't delete any of the commands in this file. There are no default values, so anything
// not specified here will produce unknown results.

// Note: the order of commands is unimporant. They can be in any order, as long as all are present.

// Path none


	// Pass true here if you want the swooping ships to randomly sometimes do a mirror of the swoop path
InvertSwoopPaths normal


	// When enemies wrap from the bottom of the screen to the top to return to the formation, they may
	// be pretty far horizontally from where they started. If this option is on, if they are too far from their
	// horizontal destination when they wrap vertically, they will "warp" horizontally to be closer to their target
	// horiz location. So if you enter "EnemiesDoHorizWarp 20" this means that if they are farther than 20 units away,
	// the engine will move them to be within 20 units of their horizontal destination before they appear at the top of the screen.
	// Enter "EnemiesDoHorizWarp off" to turn this feature off.

EnemiesDoHorizWarp 1
//EnemiesDoHorizWarp off


	// The position of the formation itself. (horiz, vert) Remember that 0,0 is the center of the screen.
setPosition 0 -72

	// Number of rows, columns in the formation. It works best to have the number of columns be an even number.
setGridSize 7 41

	// The width, height of each "cell" in the grid.
setGridCellSize 1 6.2
// was 10 10



	// The speed that the formation moves left/right initially, before beginning expansion/contraction
setHorizSpeed 0.15
// was 0.10

	// When the formation moves left/right, this sets how far is moves towards the left and right respectively
	// before turning around. Remember that 0 is the middle.
setHorizRange -30 30




	// Expansion/contraction speed
setExpansionSpeed 0.010
// was 0.04

	// The minimum and maximum expansion size
setExpansionRange 1 2.85
// was 0 5.1

	// The initial expansion of the formation when it first starts, before it begins
	// expanding and contracting.
setStartingExpansion 1




setVertExpandFactor 1.35
//setVertExpandFactor 1.25



keepsDoingLeftRightMovement false


setExpansionPulseSource 20.5